home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Power 1997 December
/
MACPOWER-1997-12.ISO.7z
/
MACPOWER-1997-12.ISO
/
MacPowerオリジナル
/
Edutainment World
/
チャンプジム for DEMO
/
DIR
/
SETTEI.DIR
/
00020_Script_20
< prev
Wrap
Text File
|
1997-09-24
|
467b
|
23 lines
on mouseUp
global quitMODE
set quitMODE = "OFF"
-- puppetsound "click"
-- puppetsound 0
tell the stage
set the modal of window "SETTEI" to false
continue
soundVolINIT
global tempUser,SETTEI
set USER = "User" & tempUser
set USER = value(USER)
setAt USER,12,(getAt(SETTEI,1))
setAt USER,13,(getAt(SETTEI,2))
--SetUserInfo(tempUser,USER)
end tell
forget window "SETTEI"
end